home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / PROGRAMMING / RINK010 / Demo / !Make next >
Text File  |  1995-06-25  |  384b  |  19 lines

  1. | Make the rink demo
  2. | (c) Ben Summers 1995
  3.  
  4. Dir <Obey$Dir>
  5.  
  6. | check that we're not attempting to make in the distribution
  7. | archive, 'cos that would be a Bad Plan.
  8.  
  9. check
  10. If "<Sys$ReturnCode>" <> "0" THEN Error Attempting to make the rink demo in the distribution archive
  11.  
  12. | check the the c path is set
  13.  
  14. If "<C$Path>" = "" THEN Error C librarys cannot be found
  15.  
  16. | make the demo
  17.  
  18. amu
  19.